home *** CD-ROM | disk | FTP | other *** search
- FootnoteInspector = {
- ACTIONS = {
- setKey:;
- setNumbering:;
- };
- OUTLETS = {
- numberTxt;
- restartMicro;
- autoNmbrCheck;
- keyMicro;
- restartMtx;
- numberMtx;
- };
- SUPERCLASS = PGInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PGInspector = {
- ACTIONS = {
- default:;
- setMicroInspector:;
- set:;
- revert:;
- };
- OUTLETS = {
- currentStyleButton;
- blankMicroPanel;
- window;
- microInspectorSlot;
- loadedSelection;
- loadedStyleList;
- styleList;
- stringTable;
- microInspectorMtx;
- };
- SUPERCLASS = Object;
- };
-